Baserow MCP
Introducing the Model Context Protocol (MCP) Server: A seamless integration with Large Language Models.
Baserow's MCP Server integrates Baserow, a no-code database, with Large Language Models (LLMs) like Claude and Cursor. It allows LLMs to perform standard CRUD (Create, Read, Update, Delete) operations on your Baserow data using natural language prompts.
How to use:
- Access Settings: In Baserow, click on your Workspace name in the top navigation bar and select 'My Settings'.
- Navigate to MCP Server: Go to the 'MCP Server' tab.
- Create Endpoint: Click 'Create New Endpoint', provide a descriptive name, and select your workspace.
- Configure LLM: Expand 'More Details' and choose your preferred LLM (Claude, Cursor, or Windsurf).
- Add JSON Configuration: Follow the specific instructions for your chosen LLM to add the provided JSON configuration to its settings. This typically involves a
mcpServersentry that usesnpx mcp-remoteto connect to your unique Baserow MCP URL.
Supported Operations:
The MCP server supports all standard CRUD operations through natural language prompts, including:
- Create: Add new records (e.g., "Add a new task called ‘Review Documentation’")
- Read: Query existing data (e.g., "Find all projects due this week")
- Update: Modify records (e.g., "Change the status to ‘In Progress’")
- Delete: Remove records (e.g., "Delete completed tasks older than 30 days")
Implementation Details:
The Baserow MCP server utilizes a stdio transport mechanism, typically accessed via an npx mcp-remote command that acts as a client proxy to the Baserow-provided MCP URL. This URL contains sensitive credentials and should be treated securely.
Recommend MCP Servers 💡
sanyambassi/thales-cdsp-cakm-mcp-server
A Model Context Protocol (MCP) server for managing TDE/EKM operations on SQL Server and Oracle databases via Thales CipherTrust CAKM
mcp-server-bigquery
A Model Context Protocol server enabling LLMs to access and interact with BigQuery, supporting schema inspection and query execution.
mcp-hydrolix
An MCP server for Hydrolix
mcp-mysql-server
A Python-based MCP server for interacting with a local MySQL database via stdio, offering query execution, schema inspection, and data manipulation.
mcp-timeplus
Execute SQL queries and manage databases seamlessly with Timeplus. Leverage powerful tools to interact with your data, Kafka topics, and Iceberg tables efficiently. Enhance your data workflows with a user-friendly interface and robust backend capabilities.
adb-mysql-mcp-server
AnalyticDB for MySQL MCP Server serves as a universal interface between AI Agents and AnalyticDB for MySQL databases, enabling AI Agents to retrieve database metadata and execute SQL operations.